home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / src / lex.pro < prev    next >
Encoding:
Text File  |  1994-05-24  |  309 b   |  11 lines

  1. void lexsave DCLPROTO((void));
  2. void lexrestore DCLPROTO((void));
  3. void yylex DCLPROTO((void));
  4. void ctxtlex DCLPROTO((void));
  5. void initlextabs DCLPROTO((void));
  6. void lexinit DCLPROTO((void));
  7. void add DCLPROTO((int c));
  8. int gettok DCLPROTO((void));
  9. int exalias DCLPROTO((void));
  10. int skipcomm DCLPROTO((void));
  11.